-
Undocumented
See moreDeclaration
Swift
public enum Value<T> : Codable where T : Decodable, T : Encodable
extension Value: Equatable where T: Equatable
-
Whether extruded geometries are lit relative to the map or viewport.
See moreDeclaration
Swift
public enum Anchor : String, Codable, CaseIterable
-
Orientation of circle when map is pitched.
See moreDeclaration
Swift
public enum CirclePitchAlignment : String, Codable, CaseIterable
-
Controls the scaling behavior of the circle when the map is pitched.
See moreDeclaration
Swift
public enum CirclePitchScale : String, Codable, CaseIterable
-
Controls the frame of reference for
See morecircle-translate
.Declaration
Swift
public enum CircleTranslateAnchor : String, Codable, CaseIterable
-
Controls the frame of reference for
See morefill-extrusion-translate
.Declaration
Swift
public enum FillExtrusionTranslateAnchor : String, Codable, CaseIterable
-
Controls the frame of reference for
See morefill-translate
.Declaration
Swift
public enum FillTranslateAnchor : String, Codable, CaseIterable
-
Direction of light source when map is rotated.
See moreDeclaration
Swift
public enum HillshadeIlluminationAnchor : String, Codable, CaseIterable
-
Part of the icon placed closest to the anchor.
See moreDeclaration
Swift
public enum IconAnchor : String, Codable, CaseIterable
-
Orientation of icon when map is pitched.
See moreDeclaration
Swift
public enum IconPitchAlignment : String, Codable, CaseIterable
-
In combination with
See moresymbol-placement
, determines the rotation behavior of icons.Declaration
Swift
public enum IconRotationAlignment : String, Codable, CaseIterable
-
Scales the icon to fit around the associated text.
See moreDeclaration
Swift
public enum IconTextFit : String, Codable, CaseIterable
-
Controls the frame of reference for
See moreicon-translate
.Declaration
Swift
public enum IconTranslateAnchor : String, Codable, CaseIterable
-
The display of line endings.
See moreDeclaration
Swift
public enum LineCap : String, Codable, CaseIterable
-
The display of lines when joining.
See moreDeclaration
Swift
public enum LineJoin : String, Codable, CaseIterable
-
Controls the frame of reference for
See moreline-translate
.Declaration
Swift
public enum LineTranslateAnchor : String, Codable, CaseIterable
-
The resampling/interpolation method to use for overscaling, also known as texture magnification filter
See moreDeclaration
Swift
public enum RasterResampling : String, Codable, CaseIterable
-
Undocumented
See moreDeclaration
Swift
public enum ResolvedImage : Codable
extension ResolvedImage: Equatable
-
Undocumented
See moreDeclaration
Swift
public struct ResolvedImageData : Codable, Equatable
-
The type of the sky
See moreDeclaration
Swift
public enum SkyType : String, Codable, CaseIterable
-
The transition property for a layer. A transition property controls timing for the interpolation between a transitionable style property’s previous value and new value.
See moreDeclaration
Swift
public struct StyleTransition : Codable
-
Label placement relative to its geometry.
See moreDeclaration
Swift
public enum SymbolPlacement : String, Codable, CaseIterable
-
Determines whether overlapping symbols in the same layer are rendered in the order that they appear in the data source or by their y-position relative to the viewport. To control the order and prioritization of symbols otherwise, use
See moresymbol-sort-key
.Declaration
Swift
public enum SymbolZOrder : String, Codable, CaseIterable
-
Part of the text placed closest to the anchor.
See moreDeclaration
Swift
public enum TextAnchor : String, Codable, CaseIterable
-
Text justification options.
See moreDeclaration
Swift
public enum TextJustify : String, Codable, CaseIterable
-
Orientation of text when map is pitched.
See moreDeclaration
Swift
public enum TextPitchAlignment : String, Codable, CaseIterable
-
In combination with
See moresymbol-placement
, determines the rotation behavior of the individual glyphs forming the text.Declaration
Swift
public enum TextRotationAlignment : String, Codable, CaseIterable
-
Specifies how to capitalize text, similar to the CSS
See moretext-transform
property.Declaration
Swift
public enum TextTransform : String, Codable, CaseIterable
-
Controls the frame of reference for
See moretext-translate
.Declaration
Swift
public enum TextTranslateAnchor : String, Codable, CaseIterable
-
The property allows control over a symbol’s orientation. Note that the property values act as a hint, so that a symbol whose language doesn’t support the provided orientation will be laid out in its natural orientation. Example: English point symbol will be rendered horizontally even if array value contains single ‘vertical’ enum value. For symbol with point placement, the order of elements in an array define priority order for the placement of an orientation variant. For symbol with line placement, the default text writing mode is either [‘horizontal’, ‘vertical’] or [‘vertical’, ‘horizontal’], the order doesn’t affect the placement.
See moreDeclaration
Swift
public enum TextWritingMode : String, Codable, CaseIterable
-
Undocumented
See moreDeclaration
Swift
public enum Visibility : String, Codable